home *** CD-ROM | disk | FTP | other *** search
- object frmBookmark: TfrmBookmark
- Left = 423
- Top = 303
- BorderStyle = bsDialog
- Caption = 'Post a bookmark'
- ClientHeight = 182
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 24
- Height = 13
- Caption = 'Title:'
- end
- object Label2: TLabel
- Left = 8
- Top = 52
- Width = 23
- Height = 13
- Caption = 'URL:'
- end
- object Button1: TButton
- Left = 168
- Top = 152
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 248
- Top = 152
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Edit1: TTntEdit
- Left = 8
- Top = 24
- Width = 313
- Height = 21
- TabOrder = 0
- end
- object Memo: TTntMemo
- Left = 8
- Top = 68
- Width = 313
- Height = 73
- TabOrder = 1
- WantReturns = False
- end
- end
-